From a1eddf74cc9584fb71dfc1c2fb3fe8928fed1976 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Fri, 16 May 2003 13:46:40 +0000 Subject: [PATCH] bitkeeper revision 1.235.1.1 (3ec4ebc0A9p7yTo_wekQmY1soVT9_A) kernel.c: A few small fixes. --- xen/common/kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/kernel.c b/xen/common/kernel.c index 94a7fcc79f..8495d8b75e 100644 --- a/xen/common/kernel.c +++ b/xen/common/kernel.c @@ -541,7 +541,7 @@ int console_export(char *str, int len) iph->ttl = 255; iph->protocol= 17; iph->daddr = htonl(0xa9fe0100); /* 169.254.1.0 */ - iph->saddr = htonl(0xa9fe0100); /* 169.254.1.0 */ + iph->saddr = htonl(0xa9fefeff); /* 169.254.254.255 */ iph->tot_len = htons(hdr_size + len); iph->check = 0; iph->check = compute_cksum((__u16 *)iph, sizeof(struct my_iphdr)/2); -- 2.30.2